.content-side {
    margin-bottom: 0px!important;
}
.main-slider h2 {
    font-size: 49px;
}
.main-menu .navigation > li > a{
}
.lower-text-upper h3 {
    text-align: center;
    text-transform: uppercase;
}
.main-menu .navigation > li > a {
    
    line-height: 17px;
}

.lower-text-upper .text {
    text-align: center;
}

.services-block-two .inner-box{
	 padding: 30px 10px;
    text-align: left;
}
.text.text-height {
    height: 132px;
}
.read-more {
    background: transparent;
    padding: 6px 24px;
    border: 2px solid #18a086;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
}
.read-more:hover {
    border: 2px solid #fff;
   }
a.read-more {
    color: black!important;
    box-shadow: 6px 6px 7px #6d6d6d;
}
a.read-more:hover {
    color: #fff!important;
}
.icon-box span i {
    color: #41776d;
}

/*All services Page Cdde Starts */
.servce_margin{
	margin-top: 2%;
}
.serviceBox{
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 15px;
    padding: 25px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}
.serviceBox:hover{
    transform: scale(1.05, 1.05);
}
.serviceBox .service-icon{
    width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 50%;
     border: 5px solid #18a086;
    font-size: 42px;
    color: #078068;
    margin: 0 auto 30px;
    position: relative;
    transition: all 0.2s ease-out 0s;
}
.serviceBox:hover .service-icon{
    border-color: #a88500;
}
.serviceBox .service-icon i{
    transform: rotate(0);
    transition: all 0.2s ease-out 0s;
}
.serviceBox:hover .service-icon i{
    transform: rotate(360deg);
    color: #a88500;
}
.serviceBox .title{
    font-size: 20px;
    font-weight: bold;
    color: #4a4a4a;
    line-height: 40px;
    margin: 0 0 35px 0;
    position: relative;
}
.serviceBox .title:after{
    content: "";
    display: block;
    width: 50px;
   	height: 2px;
    background: #dab871;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}
.serviceBox:hover .title:after{
    width: 100%;
}
.serviceBox .description{
    font-size: 12px;
    color: #7a7a7a;
    line-height: 24px;
    margin-bottom: 20px;
}
.serviceBox .read-more{
    display: inline-block;
    padding: 8px 22px;
    background: #08bf9c;
    font-size: 14px;
    font-weight: 500;
    color: #fff!important;
    text-transform: capitalize;
    border-radius: 40px;
    transform: scale(1);
    transition: all 0.2s ease-out 0s;
}
.serviceBox .read-more:hover{
    transform: scale(1.1, 1.1);
}
.serviceBox:hover .read-more{
    background: #a88500;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 40px; }
}
/*All services page code ends*/
ul.drop_left {
    margin-left: -408%;
}